home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / System 7 / Powerbook / The Regulator 1.2.sit / The Regulator source / bomb.c next >
Encoding:
Text File  |  1992-06-17  |  141 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2. ** Bomb
  3. **
  4. ** DebugStr describing what failed
  5. */
  6. Bomb(err, message)
  7. OSErr    err;
  8. Str255    message;
  9. {
  10.     if (err != noErr)
  11.         DebugStr(message);
  12. }